index.html
Reference:
Expert Users: Hidden Defaults
There are some features that are not exposed. To access these, you need to either use PreferenceCommander, our easy preference manager, or type commands in a Terminal window.

Paint Layer: if you want a certain brush size by default, for example, 2.5:
        defaults write com.stone.Videator PaintLineWidth 2.5
        
Paint Layer: if you want a certain color default, use the "R G B A" format:
        defaults write com.stone.Videator PaintColor ".8 .3 .4 1"
        
Videator stores your custom images, effects, movies, and other settings in your home Library/Application Support/Stone/Videator folder. To use another folder:
        defaults write com.stone.Videator ResourceDirectory <full folder path>

Videator stores your Snapshots in your home Library/Application Support/Stone/Videator/Images/Shapshots folder. To use another folder:
        defaults write com.stone.Videator PhotoFolder <full photo folder path>

Favorites are auto expanded in the fX view. To turn that off:
        defaults write com.stone.Videator DontExpandFavorites YES

By default, the Page set up is Landscape with 1/2" margins. To not set this up:
        defaults write com.stone.Videator DoNotSetupPrintInfo YES
PreviousTopNext